home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Snippets / Platforms & Tools / ◊Other / TRandom 1.0b3 / READMEFIRST < prev    next >
Encoding:
Text File  |  1991-11-04  |  590 b   |  21 lines  |  [TEXT/MPS ]

  1. TRandom is a small utility class for random number generations. This sample
  2. shows how to create a small stack-based C++ class, how to write test suites
  3. which are static functions, and how to define in general a default C++
  4. class library.
  5.  
  6. This release is 1.0b3 for the moment, and I'm trying to shake out
  7. the last small bugs from the sources, this is the reason I put this out
  8. on the snippet distribution :-).
  9.  
  10. Environment used:
  11. MPW 3.2
  12. MPW C++ 3.2a3
  13. System 7.0
  14.  
  15. If you have any comments, bug reports or any other issues, contact
  16. Kent Sandvik DTS
  17.  
  18. KSAND - AppleLink
  19. ksand@apple.com Usenet
  20.  
  21.